UInt64N INumeric<UInt64N>.Positive()
Private Function Positive As UInt64N
Implements INumeric(Of UInt64N).Positive
private:
virtual UInt64N Positive() sealed = INumeric<UInt64N>::Positive
private abstract Positive : unit -> UInt64N
private override Positive : unit -> UInt64N